package: add fitblk util to release /dev/fit* devices
[openwrt/staging/wigyori.git] / package / utils / fitblk / src / Makefile
1 all: fitblk
2
3 fitblk:
4 $(CC) $(CFLAGS) -o $@ fitblk.c $(LDFLAGS)
5
6 clean:
7 rm -f fitblk